HistoryEntryEx Object
The HistoryEntryEx object is used in:
Properties
| Property | SubType | Read Only | Description |
|---|---|---|---|
|
Status |
Integer |
No |
Specifies the status word for the value entry. Only bits 2-8 and 11 may be modified. When changing the value of the status word, "OR" the present value of the word with the bit mask of the values you wish to set/clear to preserve value of the status bits that are not being changed. Example
|
|
TimeStamp |
Date/Time |
No |
Specifies the timestamp of a value entry in the array. This field is an array of Date subtypes. The timestamp is set in Local time without milliseconds. ExampleWrite to the fifth timestamp: |
|
TimeStampMs |
Date/Time |
No |
Specifies the timestamp of a value entry in the array. This field is an array of Date subtypes. The timestamp is set in Local time with milliseconds. |
|
TimeStampRaw |
Date/Time |
No |
Specifies the timestamp of a value entry in the array. This field is an array of Date subtypes. The timestamp is set in UTC time with milliseconds. |
|
UserStatus |
Long |
No |
Specifies the point user status (the user status bits in the real-time record). |
|
Value |
String |
No |
Specifies the value of the point in the entry record. |

